s3_actions.go 270 B

123456789101112
  1. package s3_constants
  2. const (
  3. ACTION_READ = "Read"
  4. ACTION_WRITE = "Write"
  5. ACTION_ADMIN = "Admin"
  6. ACTION_TAGGING = "Tagging"
  7. ACTION_LIST = "List"
  8. SeaweedStorageDestinationHeader = "x-seaweedfs-destination"
  9. MultipartUploadsFolder = ".uploads"
  10. )