mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[PR #594] [MERGED] Check bucket at public bucket and add nocopyapi option automatically #1564
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#1564
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/594
Author: @ggtakec
Created: 5/13/2017
Status: ✅ Merged
Merged: 5/13/2017
Merged by: @ggtakec
Base:
master← Head:master📝 Commits (2)
7115835Check bucket at public bucket and add nocopyapi option automaticallyd2ae14dCheck bucket at public bucket and add nocopyapi option automatically📊 Changes
3 files changed (+12 additions, -4 deletions)
View changed files
📝
doc/man/s3fs.1(+1 -0)📝
src/s3fs.cpp(+6 -3)📝
src/s3fs_util.cpp(+5 -1)📄 Description
Relevant Issue (if applicable)
Part of this PR is related to #593
Details
check bucket at public bucket
When the public_bucket=1 option was specified, s3fs did not check bucket.
Changed to check the bucket even for public bucket.
This allows you to fall back to HTTP even though the HTTPS protocol is the default.
nocopyapi at anonymous user(public bucket)
When public bucket is specified, it communicates with S3 as anonymous user.
S3 does not make use of copy object api for anonymous user with following error.
In the case of s3fs is a public bucket, the nocopyapi option is automatically given.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.