Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.08 KB

20230804-minutes.md

File metadata and controls

37 lines (29 loc) · 1.08 KB

S3 Working Group Minutes

Friday, 2023/08/04

3:00 pm ET

Attendees:

Terrell Russell, Kory Draughn, Justin James, Illyoung Choi (CyVerse), Mike Conway (NIEHS)

Minutes

DISCUSSION

  • Native C++ S3 Implementation

    • Better packaged, still depends on unreleased iRODS 4.3.1
    • Tested with a few clients
      • Boto-based python application - working, so far
      • Minio-based python application - wrong endpoint / generating stacktrace
      • Minio-client (mc) - some success, some failures
      • AWS cli - not working, HMAC signature mismatch
    • Need more eyeballs / S3 handshake knowledge welcome
      • Different authentication algorithms
    • Can we just switch on server version?
      • Use rc_switch_user()
      • Regular, slower implementation
      • Could talk to iRODS 4.2.x
  • Next Meeting

    • Sept 2023
  • After meeting

    • Using mc --debug, was able to send some additional headers
    • ./mc ls and ./mc cp worked!