当前位置:网站首页>AWS Iam inline policy example
AWS Iam inline policy example
2022-06-29 08:10:00 【crayon-shin-chan】
1.s3
1.1 Operation designation Bucket
A common example is , Create a api key, And then specify this api key Can only operate on the specified bucket
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": "s3:*",
"Resource": [
"arn:aws:s3:::ticket-automation/*"
]
}
]
}Be careful ,resource Finally, there must be /* , This means that you can operate this bucket The next object
Otherwise you can't upload
边栏推荐
- 反思 - 中小公司项目管理思维 - 先将产品做出来,先将功能做出来
- [repair collection function, update login interface] knowledge payment applet, blog applet, full version open source code, resource realization applet, with 299 whole station resource data
- VSLAM特征之线特征&面特征
- C mqtt subscription message
- 从Nacos客户端谈Nacos配置中心
- Simulation time and bag operation in ROS
- 笔记本电脑快速连接手机热点的方法
- Mongodb- connect to the database using the mongo/mongosh command line
- Basic syntax - bit operation
- AI and the meta universe sparked a spark: human beings lost only shackles and gained all-round liberation
猜你喜欢

A review of visual SLAM methods for autonomous driving vehicles

MySQL中有哪些约束?(实例验证)

C mqtt subscription message

低配MySQL数据库几十秒插入百万数据

code::blocks代码格式化快捷键

AI deep dive of Huawei cloud

What are the organizational structure and job responsibilities of product managers in Internet companies?

Mongodb- connect to the database using the mongo/mongosh command line

Line features & surface features of vSLAM features

Ceres optimization based on sophus
随机推荐
Verilog初体验
Binary search tree
Sonic communication - streaming data processing - window alignment
ROS2中的行为树 BehaviorTree
Codeforces Round #799 (Div. 4)
C # import CSV into MySQL database
AI and the meta universe sparked a spark: human beings lost only shackles and gained all-round liberation
PostgreSQL installation: the database cluster initialization failed, stack hbuilder installation
C actual combat - high configuration version of Snake game design
Little white battle pointer (Part 1)
线段树以及使用
Process communication - Pipeline
NOR flash application layer operation
Stm32 usart+dma usage based on Hal Library
【深度之眼吴恩达机器学习作业班第四期】Logistic Regression 逻辑回归总结
Behaviortree in ros2
Hook 简介
RobotFramework学习笔记:Robot Framework和BrowserLibrary(PlayWright)简介
时间操作 - 时间格式转换
[eye of depth wuenda machine learning homework class phase IV] summary of logistic regression