@@ -599,6 +599,9 @@ format.
599599
600600` attribute ` must be one of:
601601 - ` CORS ` ;
602+ - ` S3_TAGS ` ;
603+ - ` S3_SETTINGS ` ;
604+ - ` S3_NOTIFICATIONS ` ;
602605 - ` __NEOFS__LOCK_UNTIL ` .
603606
604607Attribute-specific requirements:
@@ -674,11 +677,17 @@ format.
674677
675678` attribute ` must be one of:
676679 - ` CORS ` ;
680+ - ` S3_TAGS ` ;
681+ - ` S3_SETTINGS ` ;
682+ - ` S3_NOTIFICATIONS ` ;
677683 - ` __NEOFS__LOCK_UNTIL ` .
678684
679685In general, requirements for ` value ` are the same as for container
680686creation. Attribute-specific requirements:
681687 - ` __NEOFS__LOCK_UNTIL ` : new timestamp must be after the current one if any
688+ - ` S3_TAGS ` : must be a valid JSON object
689+ - ` S3_SETTINGS ` : must be a valid JSON object
690+ - ` S3_NOTIFICATIONS ` : must be a valid JSON object
682691
683692
684693| Field | Type | Label | Description |
@@ -865,6 +874,15 @@ And some well-known attributes used by applications only:
865874
866875 The CORS schema is based on Amazon S3 CORS (https://docs.aws.amazon.com/AmazonS3/latest/userguide/cors.html )
867876 configuration.
877+ * S3_TAGS \
878+ It is used to store S3 gate-specific container tags. The value is controlled by the gate itself.
879+ Despite it, the value must be valid JSON object.
880+ * S3_SETTINGS \
881+ It is used to store S3 gate-specific container settings. The value is controlled by the gate itself.
882+ Despite it, the value must be valid JSON object.
883+ * S3_NOTIFICATIONS \
884+ It is used to store S3 gate-specific container notification settings. The value is controlled by the gate itself.
885+ Despite it, the value must be valid JSON object.
868886
869887
870888| Field | Type | Label | Description |
0 commit comments