Open jrtcppv opened 5 months ago
I just tried with the bucket locator removed, so just using the alias-blobstore
is sufficient to reproduce:
s3proxy.endpoint=http://0.0.0.0:8085
s3proxy.authorization=none
jclouds.provider=aws-s3
jclouds.identity=####################
jclouds.credential=####################################
jclouds.region=us-east-2
s3proxy.alias-blobstore.project-1=test-bucket
@timuralp could you look into this?
Using the following
s3proxy.conf
for an AWS S3 bucket:I am able to complete a multipart upload successfully with
aws s3 cp ~/big_file.mp4 s3://test-bucket --endpoint-url http://localhost:8085
However, when I enable
alias-blobstore
andbucket-locator
:And attempt to upload with
aws s3 cp ~/big_file.mp4 s3://project-1 --endpoint-url http://localhost:8085
I receive the following error after uploading seemingly all parts:Not sure if this is relevant but I am invoking s3proxy using the docker container with the
latest
tag, like so: