Skip to content

Commit 0f4a09f

Browse files
author
Will Toozs
committed
CLDSRV-237-revert-bucket-tagging
1 parent 4069a94 commit 0f4a09f

File tree

9 files changed

+1
-601
lines changed

9 files changed

+1
-601
lines changed

constants.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ const constants = {
159159
// Bucket specific queries supported by AWS that we do not currently support
160160
// these queries may or may not be supported at object level
161161
unsupportedBucketQueries: [
162+
'tagging',
162163
],
163164
suppressedUtapiEventFields: [
164165
'object',

lib/api/api.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ const { bucketPut } = require('./bucketPut');
2323
const bucketPutACL = require('./bucketPutACL');
2424
const bucketPutCors = require('./bucketPutCors');
2525
const bucketPutVersioning = require('./bucketPutVersioning');
26-
const bucketPutTagging = require('./bucketPutTagging');
27-
const bucketDeleteTagging = require('./bucketDeleteTagging');
28-
const bucketGetTagging = require('./bucketGetTagging');
2926
const bucketPutWebsite = require('./bucketPutWebsite');
3027
const bucketPutReplication = require('./bucketPutReplication');
3128
const bucketPutLifecycle = require('./bucketPutLifecycle');
@@ -272,8 +269,6 @@ const api = {
272269
bucketPutACL,
273270
bucketPutCors,
274271
bucketPutVersioning,
275-
bucketPutTagging,
276-
bucketGetTagging,
277272
bucketPutWebsite,
278273
bucketPutReplication,
279274
bucketGetReplication,
@@ -284,7 +279,6 @@ const api = {
284279
bucketPutPolicy,
285280
bucketGetPolicy,
286281
bucketDeletePolicy,
287-
bucketDeleteTagging,
288282
bucketPutObjectLock,
289283
bucketPutNotification,
290284
bucketGetNotification,

lib/api/bucketDeleteTagging.js

Lines changed: 0 additions & 50 deletions
This file was deleted.

lib/api/bucketGetTagging.js

Lines changed: 0 additions & 108 deletions
This file was deleted.

lib/api/bucketPutTagging.js

Lines changed: 0 additions & 71 deletions
This file was deleted.

tests/functional/aws-node-sdk/test/bucket/deleteBucketTagging.js

Lines changed: 0 additions & 84 deletions
This file was deleted.

0 commit comments

Comments
 (0)