Using `sandbox` to run some basic workflows, and I...
# ask-the-community
a
Using
sandbox
to run some basic workflows, and I’m trying to inspect the contents of a
FlyteDirectory
output, which is located at
<s3://my-s3-bucket/vd/f9697eef1ae7e4e76a7b-n0-0/fc26fb47001a716d23f2da1eb06baed2>"
. However, when I try:
<http://localhost:30084/my-s3-bucket/vd/f9697eef1ae7e4e76a7b-n0-0/fc26fb47001a716d23f2da1eb06baed2%22>
I get access denied. How do I see my outputs! Many thanks!
k
Use minio console
The port is protected by username and password
You can use flyteremote
Cc @Samhita Alla
s
@allen, • Minio: Hit http://localhost:30088 url; username: minio; password: miniostorage. You should be able to see the s3 bucket and download the data. • FlyteRemote: https://docs.flyte.org/projects/flytekit/en/latest/design/control_plane.html#retrieving-inspecting-executions
158 Views