Skip to content

Add policy and clarify permissions required for bulk export#1985

Merged
Kathryn May (katmayb) merged 2 commits into
mainfrom
bulk-export-permissions
Jan 5, 2026
Merged

Add policy and clarify permissions required for bulk export#1985
Kathryn May (katmayb) merged 2 commits into
mainfrom
bulk-export-permissions

Conversation

@katmayb

@katmayb Kathryn May (katmayb) commented Dec 19, 2025

Copy link
Copy Markdown
Contributor

DOC-550

@github-actions github-actions Bot added langsmith For docs changes to LangSmith internal labels Dec 19, 2025
@github-actions

Copy link
Copy Markdown
Contributor

Mintlify preview ID generated: preview-bulkex-1766157697-6c19943

Comment thread src/langsmith/data-export.mdx Outdated
The minimal AWS S3 permission policy requires the following permissions:

- `s3:PutObject` (required): Allows writing Parquet files to the bucket.
- `s3:DeleteObject` (optional): Used for cleanup of test files during destination creation.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would add that if this isn't present, the file is left under the /tmp directory after destination creation


The minimal AWS S3 permission policy requires the following permissions:

- `s3:PutObject` (required): Allows writing Parquet files to the bucket.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"s3:AbortMultipartUpload", is also recommended to avoid dangling multipart uploads - the library we use under the hood uses multipart uploads

@github-actions

github-actions Bot commented Jan 5, 2026

Copy link
Copy Markdown
Contributor

Mintlify preview ID generated: preview-bulkex-1767631437-eda0dc5

@katmayb
Kathryn May (katmayb) merged commit 21bffa6 into main Jan 5, 2026
14 checks passed
@katmayb
Kathryn May (katmayb) deleted the bulk-export-permissions branch January 5, 2026 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal langsmith For docs changes to LangSmith

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants