Skip to content

Commit

Permalink
improvement: OSIS-76-remove-all-exclusions-in-s3-capabilities
Browse files Browse the repository at this point in the history
- not having any exlusions will give us a heads up about upcoming issues
- actual version specific s3capabilities will be moved to federation
Current set of capabilities in S3C v9.1:

```json
{
    "s3_DeleteBucketAnalyticsConfiguration": {},
    "s3_DeleteBucketIntelligentTieringConfiguration": {},
    "s3_DeleteBucketInventoryConfiguration": {},
    "s3_DeleteBucketMetricsConfiguration": {},
    "s3_DeleteBucketOwnershipControls": {},
    "s3_DeletePublicAccessBlock": {},
    "s3_delete_bucket_lifecycle": {},
    "s3_GetBucketAccelerateConfiguration": {},
    "s3_GetBucketAnalyticsConfiguration": {},
    "s3_GetBucketIntelligentTieringConfiguration": {},
    "s3_GetBucketInventoryConfiguration": {},
    "s3_GetBucketLifecycle": {},
    "s3_GetBucketLogging": {},
    "s3_GetBucketMetricsConfiguration": {},
    "s3_GetBucketPolicyStatus": {},
    "s3_GetBucketRequestPayment": {},
    "s3_GetObjectAttributes": {},
    "s3_GetObjectTorrent": {},
    "s3_GetPublicAccessBlock": {},
    "s3_ListBucketAnalyticsConfigurations": {},
    "s3_ListBucketIntelligentTieringConfigurations": {},
    "s3_ListBucketInventoryConfigurations": {},
    "s3_ListBucketMetricsConfigurations": {},
    "s3_PutBucketAccelerateConfiguration": {},
    "s3_PutBucketAnalyticsConfiguration": {},
    "s3_PutBucketIntelligentTieringConfiguration": {},
    "s3_PutBucketInventoryConfiguration": {},
    "s3_PutBucketLifecycle": {},
    "s3_PutBucketLogging": {},
    "s3_PutBucketMetricsConfiguration": {},
    "s3_PutBucketRequestPayment": {},
    "s3_PutPublicAccessBlock": {},
    "s3_RestoreObject": {},
    "s3_SelectObjectContent": {},
    "s3_WriteGetObjectResponse": {}
}
```
  • Loading branch information
anurag4DSB committed Aug 26, 2022
1 parent 58cbd8f commit cbefecc
Showing 1 changed file with 0 additions and 60 deletions.
60 changes: 0 additions & 60 deletions src/main/resources/s3capabilities.json
Original file line number Diff line number Diff line change
@@ -1,64 +1,4 @@
{
"exclusions": {
"delete_bucket": {},
"delete_bucket_cors": {},
"delete_bucket_encryption": {},
"delete_bucket_lifecycle": {},
"delete_bucket_metrics_configuration": {},
"delete_bucket_policy": {},
"delete_bucket_replication": {},
"delete_bucket_website": {},
"get_bucket_list_objects_version1": {},
"get_bucket_list_objects_version2": {},
"get_bucket_acl": {},
"get_bucket_cors": {},
"get_bucket_encryption": {},
"get_bucket_lifecycle": {},
"get_bucket_location": {},
"get_bucket_metrics_configuration": {},
"get_bucket_notification": {},
"get_object_lock_configuration": {},
"get_bucket_object_versions": {},
"get_bucket_policy": {},
"get_bucket_replication": {},
"get_bucket_versioning": {},
"get_bucket_website": {},
"head_bucket": {},
"list_bucket_metrics_configurations": {},
"list_multipart_uploads": {},
"put_bucket": {},
"put_bucket_acl": {},
"put_bucket_analytics_configuration": {},
"put_bucket_cors": {},
"put_bucket_encryption": {},
"put_bucket_lifecycle": {},
"put_bucket_metrics_configuration": {},
"put_bucket_notification": {},
"put_object_lock_configuration": {},
"put_bucket_policy": {},
"put_bucket_replication": {},
"put_bucket_versioning": {},
"put_bucket_website": {},
"delete_objects": {},
"delete_object": {},
"delete_object_tagging": {},
"get_object": {},
"get_object_acl": {},
"get_object_legal_hold": {},
"get_object_retention": {},
"get_object_tagging": {},
"head_object": {},
"put_object": {},
"put_object_copy": {},
"put_object_acl": {},
"put_object_legal_hold": {},
"put_object_retention": {},
"put_object_tagging": {},
"abort_multipart_upload": {},
"complete_multipart_upload": {},
"initiate_multipart_upload": {},
"list_parts": {},
"upload_part": {},
"upload_part_copy": {}
}
}

0 comments on commit cbefecc

Please sign in to comment.