You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Chris Lu abeb7f65f8
Merge pull request #3314 from shichanglin5/fix_ETag
2 years ago
..
policy refactoring 4 years ago
s3_constants use const multipart uploads folder 3 years ago
s3err add s3 circuit breaker support for 'simultaneous request count' and 'simultaneous request bytes' limitations 3 years ago
AmazonS3.xsd add list all my buckets 7 years ago
README.txt add list all my buckets 7 years ago
auth_credentials.go supplement check duplicate accesskey 2 years ago
auth_credentials_subscribe.go some code optimizations 3 years ago
auth_credentials_test.go https://github.com/chrislusf/seaweedfs/issues/2583 3 years ago
auth_signature_v2.go s3: add support for PostPolicy 4 years ago
auth_signature_v4.go refactor: move from io/ioutil to io and os package 3 years ago
auto_signature_v4_test.go refactor: move from io/ioutil to io and os package 3 years ago
chunked_reader_v4.go move s3 related constants from package http to s3_constants 3 years ago
custom_types.go weed s3: generate time format acceptable by aws cli s3 6 years ago
filer_multipart.go return false if not found 3 years ago
filer_multipart_test.go fix s3 tests: 3 years ago
filer_util.go better clean up upload directory 3 years ago
filer_util_tags.go move s3 related constants from package http to s3_constants 3 years ago
s3api_auth.go go fmt 5 years ago
s3api_bucket_handlers.go use const multipart uploads folder 3 years ago
s3api_bucket_handlers_test.go refactor 4 years ago
s3api_bucket_skip_handlers.go weed/s3api: added new bucket handlers for more compatibility with AWS S3 3 years ago
s3api_circuit_breaker.go adjust log message 3 years ago
s3api_circuit_breaker_test.go Fix global counter key is incorrect & Add read lock when reading counter map to avoid memory problems 3 years ago
s3api_handlers.go use streaming mode for long poll grpc calls 3 years ago
s3api_object_copy_handlers.go Merge pull request #3200 from lapshin-vitaly/bufix/validate-tags-on-copy 3 years ago
s3api_object_copy_handlers_test.go remove println 3 years ago
s3api_object_handlers.go File upload should succeed should return `ETag` instead of `Etag` 2 years ago
s3api_object_handlers_postpolicy.go use final destination to resolve fs configuration 3 years ago
s3api_object_multipart_handlers.go use const multipart uploads folder 3 years ago
s3api_object_skip_handlers.go AclHandlers 3 years ago
s3api_object_tagging_handlers.go fix return 3 years ago
s3api_objects_list_handlers.go S3 ListObjectsV2 fix pagination under bucket root 3 years ago
s3api_objects_list_handlers_test.go refactor 4 years ago
s3api_policy.go correct comments 3 years ago
s3api_server.go add some unit tests and some code optimizes 3 years ago
s3api_server_grpc.go avoid grpc name conflict 3 years ago
s3api_status_handlers.go disable audit log for s3 statusHandler 3 years ago
s3api_test.go refactor 4 years ago
s3api_xsd_generated.go weed/s3api: added new bucket handlers for more compatibility with AWS S3 3 years ago
stats.go add bucket label to s3 prometheus metrics 3 years ago
tags.go fix parseTagging function and add test for validate tags 3 years ago
tags_test.go fix parseTagging function and add test for validate tags 3 years ago

README.txt

see https://blog.aqwari.net/xml-schema-go/

1. go get aqwari.net/xml/cmd/xsdgen
2. xsdgen -o s3api_xsd_generated.go -pkg s3api AmazonS3.xsd