• Re: AWS

    From Ashok@21:1/5 to saito on Sat Apr 13 16:13:59 2024
    On 4/13/2024 6:38 AM, saito wrote:
    On 4/12/2024 8:06 PM, saito wrote:
    Are there any working examples of integrating with Amazon AWS and
    specifically S3?  I am thinking of putting data files in and out of S3.

    Any tips to recent examples or packages would be appreciated.

    I found S3 in tclllib which seems helpful.  Any working examples?

    See https://github.com/jerily/aws-sdk-tcl

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ashok@21:1/5 to saito on Sun Apr 14 12:59:35 2024
    On 4/14/2024 2:25 AM, saito wrote:
    On 4/13/2024 6:43 AM, Ashok wrote:
    On 4/13/2024 6:38 AM, saito wrote:
    On 4/12/2024 8:06 PM, saito wrote:
    Are there any working examples of integrating with Amazon AWS and
    specifically S3?  I am thinking of putting data files in and out of S3. >>>>
    Any tips to recent examples or packages would be appreciated.

    I found S3 in tclllib which seems helpful.  Any working examples?

    See https://github.com/jerily/aws-sdk-tcl

    Thanks for the link.  There is no documentation on the package and the
    s3 example has no comments at all.  Well, some code lines are commented
    out. I am afraid to spend time on it if it has no documentation.

    Well, there is this - https://github.com/jerily/aws-sdk-tcl?tab=readme-ov-file#documentation.
    If you follow the links there, it enumerates commands in each module.
    Maybe you were looking for more. It is admittedly sparse. I think the
    intent is to refer back to the AWS docs for the equivalent command,
    either C or command line. For example, to use the Tcl S3 related
    commands listed at https://github.com/jerily/aws-sdk-tcl/tree/main/src/aws-sdk-tcl-s3 you
    would refer to https://awscli.amazonaws.com/v2/documentation/api/latest/reference/s3api/index.html#cli-aws-s3api
    and / or https://docs.aws.amazon.com/cli/latest/userguide/cli_s3_code_examples.html

    A bit tedious but (not to speak for the author!) it is very onerous to (re)document such a large wrapped API.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)