-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ACL and http form upload #89
Comments
I didn't see that s3proxy doesn't support POST upload. |
@auguster Did you test with S3Proxy 1.4.0 release or master? The latter has several anonymous access mode fixes, specifically 618c350 and be3f38b. Generally S3Proxy only supports setting the private and public-read canned ACLs, either during object creation or during put object ACL. Can you provide a minimized test case via some combination of the AWS CLI and curl so I can reproduce your symptoms? |
I'm still using the 1.4.0 release, I haven't tried the one you gave me in #88 . I'll try to see if my understanding of the ACL and upgrading to future s3proxy solve my issues. If not, I'll try to give a minimum working example using curl. |
I just deployed the 1.5.0 version you gave me, with the correct ACL, I can retrieve content from s3proxy without any trouble from the url of any webbrowser. Making a HTML form with the correct AWS signature is a bit more complex. I'll need to figure this out. Does s3proxy support POST with |
I read in the s3proxy documentation that it is possible to
Where can I find documentation about those ACL ?
I'm using the filesystem providers for testing purposes. I read on jclouds documentation that:
The page about filesystem provider doesn't mention ACL.
Basically, I'm trying to upload files from an HTML form and download, all directly to s3proxy using the official AWS documentation on Creating an HTML Form.
Whatever I attempt, I always get the following error:
Though x-amz-date is (correctly) set, I tried multiple variant of date. So I'm trying to make the bucket public to bypass the authentification issues.
The text was updated successfully, but these errors were encountered: