简体   繁体   English

kinesis firehose 在 s3 上传递的数据是版本化的,如何停用它?

[英]Data delivered on s3 by kinesis firehose are versioned, how to desactivate that?

After investigating because I was enable to delete data on s3 using that command:经过调查,因为我可以使用该命令删除 s3 上的数据:

S3_CLIENT.delete_object(Bucket=BUCKET, Key=Key)

I have found that Kinesis Firehose was by default versioning data files on my bucket, what is thee reason for that?我发现 Kinesis Firehose 是我存储桶上的默认版本控制数据文件,这是什么原因? And is there any simple way to desactivate it?是否有任何简单的方法来停用它?

Thanks !谢谢 !

EDIT : I forgot to specify that bucket versioning is not activated on my bucket编辑:我忘记指定在我的存储桶上未激活存储桶版本控制

This is within the S3 bucket.这是在 S3 存储桶内。

You will need to disable bucket versioning:https://docs.aws.amazon.com/AmazonS3/latest/dev/Versioning.html您将需要禁用存储桶版本控制:https://docs.aws.amazon.com/AmazonS3/latest/dev/Versioning.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM