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.

12 lines
270 B

  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. )