Skip to content

Commit

Permalink
CLDSRV-237-revert-bucket-tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Toozs committed Jul 11, 2022
1 parent 4069a94 commit 0f4a09f
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 601 deletions.
1 change: 1 addition & 0 deletions constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ const constants = {
// Bucket specific queries supported by AWS that we do not currently support
// these queries may or may not be supported at object level
unsupportedBucketQueries: [
'tagging',
],
suppressedUtapiEventFields: [
'object',
Expand Down
6 changes: 0 additions & 6 deletions lib/api/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ const { bucketPut } = require('./bucketPut');
const bucketPutACL = require('./bucketPutACL');
const bucketPutCors = require('./bucketPutCors');
const bucketPutVersioning = require('./bucketPutVersioning');
const bucketPutTagging = require('./bucketPutTagging');
const bucketDeleteTagging = require('./bucketDeleteTagging');
const bucketGetTagging = require('./bucketGetTagging');
const bucketPutWebsite = require('./bucketPutWebsite');
const bucketPutReplication = require('./bucketPutReplication');
const bucketPutLifecycle = require('./bucketPutLifecycle');
Expand Down Expand Up @@ -272,8 +269,6 @@ const api = {
bucketPutACL,
bucketPutCors,
bucketPutVersioning,
bucketPutTagging,
bucketGetTagging,
bucketPutWebsite,
bucketPutReplication,
bucketGetReplication,
Expand All @@ -284,7 +279,6 @@ const api = {
bucketPutPolicy,
bucketGetPolicy,
bucketDeletePolicy,
bucketDeleteTagging,
bucketPutObjectLock,
bucketPutNotification,
bucketGetNotification,
Expand Down
50 changes: 0 additions & 50 deletions lib/api/bucketDeleteTagging.js

This file was deleted.

108 changes: 0 additions & 108 deletions lib/api/bucketGetTagging.js

This file was deleted.

71 changes: 0 additions & 71 deletions lib/api/bucketPutTagging.js

This file was deleted.

84 changes: 0 additions & 84 deletions tests/functional/aws-node-sdk/test/bucket/deleteBucketTagging.js

This file was deleted.

Loading

0 comments on commit 0f4a09f

Please sign in to comment.