[PR #1004] [CLOSED] AWS session token support #1757

Closed
opened 2026-03-04 02:02:01 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1004
Author: @michallula
Created: 4/9/2019
Status: Closed

Base: masterHead: master


📝 Commits (4)

  • 28d57a2 apply patch
  • de50261 read session token from aws credentials file
  • e17c046 🎨 cleanup prints
  • 42e409d Merge pull request #1 from michallula/feature/aws-session-token

📊 Changes

3 files changed (+61 additions, -5 deletions)

View changed files

📝 src/curl.cpp (+21 -2)
📝 src/curl.h (+3 -0)
📝 src/s3fs.cpp (+37 -3)

📄 Description

Relevant Issue (if applicable)

Where to put aws_session_token information #651

Details

Add a support for AWS session token


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/1004 **Author:** [@michallula](https://github.com/michallula) **Created:** 4/9/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`28d57a2`](https://github.com/s3fs-fuse/s3fs-fuse/commit/28d57a2142790c24e2fa10cc5e0b45d419df5e02) :sparkles: apply patch - [`de50261`](https://github.com/s3fs-fuse/s3fs-fuse/commit/de5026180b8a49d9386d4f9a8bd23fd711053adf) :sparkles: read session token from aws credentials file - [`e17c046`](https://github.com/s3fs-fuse/s3fs-fuse/commit/e17c046ab5f65ee04c7af83365bb33727d2ecd73) :art: cleanup prints - [`42e409d`](https://github.com/s3fs-fuse/s3fs-fuse/commit/42e409dbdd41cf2a1428dfd99e3b860064bb59b0) Merge pull request #1 from michallula/feature/aws-session-token ### 📊 Changes **3 files changed** (+61 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/curl.cpp` (+21 -2) 📝 `src/curl.h` (+3 -0) 📝 `src/s3fs.cpp` (+37 -3) </details> ### 📄 Description ### Relevant Issue (if applicable) Where to put `aws_session_token` information #651 ### Details Add a support for AWS session token --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:02:01 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#1757
No description provided.