Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Slow upload speeds to s3

Takuhei Mizutani
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 19, 2022

We're currently using bitbucket pipelines for our CI/CD to upload static HTML to our s3 bucket using the  atlassian/aws-s3-deploy:0.4.4 pipe.

Uploading a total package size of 130MB is now taking over 13min. compared to the ~4 min. upload speed it took us around last October(10/1/2021)

The amount of time it takes to complete this upload(considering its size) doesn't make sense and makes it highly inconvenient to use, making us reconsider our CI/CD provider.

Any insight to this issue? Below is our config. 

 

pipe: atlassian/aws-s3-deploy:0.4.4
variables:
AWS_ACCESS_KEY_ID: $AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY: $AWS_SECRET_ACCESS_KEY
AWS_DEFAULT_REGION: $AWS_DEFAULT_REGION
S3_BUCKET: '**'
LOCAL_PATH: '**'
ACL: 'public-read'

0 answers

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events