|
|
@ -4,14 +4,6 @@ import ( |
|
|
|
"net/http" |
|
|
|
) |
|
|
|
|
|
|
|
// PutObjectAclHandler Put object ACL
|
|
|
|
// https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObjectAcl.html
|
|
|
|
func (s3a *S3ApiServer) PutObjectAclHandler(w http.ResponseWriter, r *http.Request) { |
|
|
|
|
|
|
|
w.WriteHeader(http.StatusNoContent) |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
// PutObjectRetentionHandler Put object Retention
|
|
|
|
// https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObjectRetention.html
|
|
|
|
func (s3a *S3ApiServer) PutObjectRetentionHandler(w http.ResponseWriter, r *http.Request) { |
|
|
|