All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ai.djl.aws.sagemaker.execution_policy.json Maven / Gradle / Ivy

There is a newer version: 0.31.1
Show newest version
{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "VisualEditor0",
      "Effect": "Allow",
      "Action": "s3:ListBucket",
      "Resource": [
        "arn:aws:s3:::*"
      ]
    },
    {
      "Sid": "VisualEditor1",
      "Effect": "Allow",
      "Action": [
        "s3:PutObject",
        "s3:GetObject",
        "s3:DeleteObject"
      ],
      "Resource": [
        "arn:aws:s3:::*"
      ]
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy